adTempus API
ArcanaDevelopment.adTempus.Client Namespace / DataContext Class / GetMessagingServiceProviders Method / GetMessagingServiceProviders(MessagingServiceType[]) Method
The types of providers to fetch. If no types are specified, all types are returned.


In This Topic
    GetMessagingServiceProviders(MessagingServiceType[]) Method
    In This Topic
    Gets MessagingServiceProviders of the specified type(s).
    Syntax
    'Declaration
     
    
    <NotNullAttribute()>
    Public Overloads Function GetMessagingServiceProviders( _
       ByVal ParamArray providerTypes() As MessagingServiceType _
    ) As MessagingServiceProviderCollection
    [NotNull()]
    public MessagingServiceProviderCollection GetMessagingServiceProviders( 
       params MessagingServiceType[] providerTypes
    )
    [NotNull()]
    public:
    MessagingServiceProviderCollection^ GetMessagingServiceProviders( 
       ... array<MessagingServiceType>^ providerTypes
    ) 

    Parameters

    providerTypes
    The types of providers to fetch. If no types are specified, all types are returned.
    See Also